#test/calibrate gamepad
sudo apt-get install joystick
jscal -c /dev/input/js0

#disable/enable mouse point control
xinput #lists all devices
xinput --disable <id>
xinput --enable <id>